projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3775b3f
)
Add __pycache__ to .gitignore
author
Tobias Bucher
<tobiasbucher5991@gmail.com>
Fri, 18 Dec 2015 12:28:08 +0000
(12:28 +0000)
committer
Tobias Bucher
<tobiasbucher5991@gmail.com>
Fri, 18 Dec 2015 12:28:08 +0000
(12:28 +0000)
Running `make` creates the `src/etc/__pycache__` directory which should
not be checked in.
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index f40e923a134281020676489b498c447faf452cfb..9695c8fe80628bed85db01dbd72b40e9cbb87270 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-8,3
+8,4
@@
src/etc/*.pyc
src/registry/target
src/registry/Cargo.lock
rustc
+__pycache__